Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unnecessary shims from viz.py #9765

Closed
wants to merge 1 commit into from

Conversation

villebro
Copy link
Member

@villebro villebro commented May 7, 2020

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

This PR removes Word Cloud shims from viz.py that is now using the new chart data API ( #9710 ) and removes the backend string manipulation logic in Bullet chart that was recently moved to superset-ui ( apache-superset/superset-ui#440 )

TEST PLAN

Local testing

ADDITIONAL INFORMATION

REVIEWERS

@suddjian @rusackas

@codecov-io
Copy link

Codecov Report

Merging #9765 into master will decrease coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9765      +/-   ##
==========================================
- Coverage   70.81%   70.61%   -0.20%     
==========================================
  Files         586      403     -183     
  Lines       30445    12598   -17847     
  Branches     3121     3121              
==========================================
- Hits        21559     8896   -12663     
+ Misses       8772     3588    -5184     
  Partials      114      114              
Flag Coverage Δ
#cypress 53.65% <ø> (-0.08%) ⬇️
#javascript 59.06% <ø> (ø)
#python ?
Impacted Files Coverage Δ
...rontend/src/SqlLab/components/QueryAutoRefresh.jsx 65.90% <0.00%> (-6.82%) ⬇️
superset-frontend/src/SqlLab/actions/sqlLab.js 66.81% <0.00%> (ø)
...migrations/versions/fb13d49b72f9_better_filters.py
superset/extensions.py
superset/charts/dao.py
superset/queries/schemas.py
superset/examples/paris.py
superset/db_engine_specs/druid.py
superset/charts/api.py
superset/views/dashboard/views.py
... and 173 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b430ea...b47b78c. Read the comment docs.

@villebro
Copy link
Member Author

villebro commented May 8, 2020

Closing this to break up into smaller refactoring tasks prior to final removal

@villebro villebro closed this May 8, 2020
@villebro villebro deleted the villebro/viz-shrinking branch August 7, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants